[INFO] cloning repository https://github.com/FuuuOverclocking/rpc-ring
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/FuuuOverclocking/rpc-ring" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFuuuOverclocking%2Frpc-ring", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFuuuOverclocking%2Frpc-ring'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 30a1831781a70df81b112d9c9d9613ce83d73dea
[INFO] fixing FuuuOverclocking/rpc-ring against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFuuuOverclocking%2Frpc-ring" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/FuuuOverclocking/rpc-ring
[INFO] finished tweaking git repo https://github.com/FuuuOverclocking/rpc-ring
[INFO] tweaked toml for git repo https://github.com/FuuuOverclocking/rpc-ring written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/FuuuOverclocking/rpc-ring on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/FuuuOverclocking/rpc-ring already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 9d6d3f0f60d208005ce677e104dbb1275ca302279e71408af05adb2ba5da6ba9
[INFO] running `Command { std: "docker" "start" "9d6d3f0f60d208005ce677e104dbb1275ca302279e71408af05adb2ba5da6ba9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9d6d3f0f60d208005ce677e104dbb1275ca302279e71408af05adb2ba5da6ba9" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9d6d3f0f60d208005ce677e104dbb1275ca302279e71408af05adb2ba5da6ba9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9d6d3f0f60d208005ce677e104dbb1275ca302279e71408af05adb2ba5da6ba9" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking unicode-ident v1.0.18
[INFO] [stderr]     Checking heck v0.5.0
[INFO] [stderr]     Checking ringbuf v0.4.8
[INFO] [stderr]    Compiling rpc-ring-macro v0.1.0 (/opt/rustwide/workdir/rpc-ring-macro)
[INFO] [stderr]     Checking proc-macro2 v1.0.95
[INFO] [stderr]     Checking rpc-ring v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking quote v1.0.40
[INFO] [stdout] error[E0204]: the trait `Copy` cannot be implemented for this type
[INFO] [stdout]   --> examples/hello.rs:26:33
[INFO] [stdout]    |
[INFO] [stdout] 25 | / def_schema! {
[INFO] [stdout] 26 | |     struct Sqe: size = 64, enum Request;
[INFO] [stdout]    | |                                 ^^^^^^^
[INFO] [stdout] 27 | |     struct Cqe: size = 64, union Response;
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | |     FileRemove -> i32;
[INFO] [stdout] 35 | | }
[INFO] [stdout]    | | -
[INFO] [stdout]    | | |
[INFO] [stdout]    | | this field does not implement `Copy`
[INFO] [stdout]    | |_this field does not implement `Copy`
[INFO] [stdout]    |   this field does not implement `Copy`
[INFO] [stdout]    |
[INFO] [stdout] note: the `Copy` impl for `ManuallyDrop<FileRemove>` requires that `FileRemove: Copy`
[INFO] [stdout]   --> examples/hello.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | / def_schema! {
[INFO] [stdout] 26 | |     struct Sqe: size = 64, enum Request;
[INFO] [stdout] 27 | |     struct Cqe: size = 64, union Response;
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | |     FileRemove -> i32;
[INFO] [stdout] 35 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout] note: the `Copy` impl for `ManuallyDrop<FileStat>` requires that `FileStat: Copy`
[INFO] [stdout]   --> examples/hello.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | / def_schema! {
[INFO] [stdout] 26 | |     struct Sqe: size = 64, enum Request;
[INFO] [stdout] 27 | |     struct Cqe: size = 64, union Response;
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | |     FileRemove -> i32;
[INFO] [stdout] 35 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout] note: the `Copy` impl for `ManuallyDrop<LinkRead>` requires that `LinkRead: Copy`
[INFO] [stdout]   --> examples/hello.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | / def_schema! {
[INFO] [stdout] 26 | |     struct Sqe: size = 64, enum Request;
[INFO] [stdout] 27 | |     struct Cqe: size = 64, union Response;
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | |     FileRemove -> i32;
[INFO] [stdout] 35 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    = note: this error originates in the derive macro `Copy` which comes from the expansion of the macro `def_schema` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0204]: the trait `Copy` cannot be implemented for this type
[INFO] [stdout]   --> examples/hello.rs:27:34
[INFO] [stdout]    |
[INFO] [stdout] 25 | / def_schema! {
[INFO] [stdout] 26 | |     struct Sqe: size = 64, enum Request;
[INFO] [stdout] 27 | |     struct Cqe: size = 64, union Response;
[INFO] [stdout]    | |                                  ^^^^^^^^
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | |     FileRemove -> i32;
[INFO] [stdout] 35 | | }
[INFO] [stdout]    | | -
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_this field does not implement `Copy`
[INFO] [stdout]    |   this field does not implement `Copy`
[INFO] [stdout]    |
[INFO] [stdout] note: the `Copy` impl for `ManuallyDrop<Result<Box<std::fs::Metadata>, i32>>` requires that `Box<std::fs::Metadata>: Copy`
[INFO] [stdout]   --> examples/hello.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | / def_schema! {
[INFO] [stdout] 26 | |     struct Sqe: size = 64, enum Request;
[INFO] [stdout] 27 | |     struct Cqe: size = 64, union Response;
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | |     FileRemove -> i32;
[INFO] [stdout] 35 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout] note: the `Copy` impl for `ManuallyDrop<Result<CompactString<48>, i32>>` requires that `CompactString<48>: Copy`
[INFO] [stdout]   --> examples/hello.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | / def_schema! {
[INFO] [stdout] 26 | |     struct Sqe: size = 64, enum Request;
[INFO] [stdout] 27 | |     struct Cqe: size = 64, union Response;
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | |     FileRemove -> i32;
[INFO] [stdout] 35 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    = note: this error originates in the derive macro `Copy` which comes from the expansion of the macro `def_schema` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `LinkRead: Clone` is not satisfied
[INFO] [stdout]   --> examples/hello.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | / def_schema! {
[INFO] [stdout] 26 | |     struct Sqe: size = 64, enum Request;
[INFO] [stdout] 27 | |     struct Cqe: size = 64, union Response;
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | |     FileRemove -> i32;
[INFO] [stdout] 35 | | }
[INFO] [stdout]    | |_^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `Clone` is not implemented for `LinkRead`
[INFO] [stdout]   --> examples/hello.rs:41:1
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub struct LinkRead {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: required for `ManuallyDrop<LinkRead>` to implement `Clone`
[INFO] [stdout] note: required by a bound in `std::clone::AssertParamIsClone`
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/clone.rs:458:0
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `FileStat: Clone` is not satisfied
[INFO] [stdout]   --> examples/hello.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | / def_schema! {
[INFO] [stdout] 26 | |     struct Sqe: size = 64, enum Request;
[INFO] [stdout] 27 | |     struct Cqe: size = 64, union Response;
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | |     FileRemove -> i32;
[INFO] [stdout] 35 | | }
[INFO] [stdout]    | |_^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `Clone` is not implemented for `FileStat`
[INFO] [stdout]   --> examples/hello.rs:37:1
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub struct FileStat {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: required for `ManuallyDrop<FileStat>` to implement `Clone`
[INFO] [stdout] note: required by a bound in `std::clone::AssertParamIsClone`
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/clone.rs:458:0
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `FileRemove: Clone` is not satisfied
[INFO] [stdout]   --> examples/hello.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | / def_schema! {
[INFO] [stdout] 26 | |     struct Sqe: size = 64, enum Request;
[INFO] [stdout] 27 | |     struct Cqe: size = 64, union Response;
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | |     FileRemove -> i32;
[INFO] [stdout] 35 | | }
[INFO] [stdout]    | |_^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `Clone` is not implemented for `FileRemove`
[INFO] [stdout]   --> examples/hello.rs:45:1
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub struct FileRemove {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: required for `ManuallyDrop<FileRemove>` to implement `Clone`
[INFO] [stdout] note: required by a bound in `std::clone::AssertParamIsClone`
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/clone.rs:458:0
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0204, E0277.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0204`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rpc-ring` (example "hello") due to 5 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "9d6d3f0f60d208005ce677e104dbb1275ca302279e71408af05adb2ba5da6ba9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9d6d3f0f60d208005ce677e104dbb1275ca302279e71408af05adb2ba5da6ba9", kill_on_drop: false }`
[INFO] [stdout] 9d6d3f0f60d208005ce677e104dbb1275ca302279e71408af05adb2ba5da6ba9
